Cube Yogi
Cube Yogi
Leader in Zoho Solutions/Consultation

Update Main Form Date with Most Recent Subform Submission Date

Question

You can find this question from this link 👉 Update Main Form Date with Most Recent Subform Submission Date

Answer

You can find the solution to the question from the video below

The Parameters for the Workflow are given below

The Code Snippet is as follows

items = Equipment_Inspection[Equipment_Info == input.ID] sort by Added_Time desc;
input.Date_of_Last_Equipment_Inspection = items.Added_Time;